﻿2026-07-10T00:57:55.7259307Z ##[group]Run set -euo pipefail
2026-07-10T00:57:55.7260299Z [36;1mset -euo pipefail[0m
2026-07-10T00:57:55.7261118Z [36;1mPIN=0c95435[0m
2026-07-10T00:57:55.7261925Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-07-10T00:57:55.7262931Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-07-10T00:57:55.7264296Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-07-10T00:57:55.7266022Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-07-10T00:57:55.7267773Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-07-10T00:57:55.7269232Z [36;1m  rm -rf "$CACHE"[0m
2026-07-10T00:57:55.7270139Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-07-10T00:57:55.7271208Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-07-10T00:57:55.7272637Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-07-10T00:57:55.7274051Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-07-10T00:57:55.7275017Z [36;1mfi[0m
2026-07-10T00:57:55.7276110Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-07-10T00:57:55.7294176Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-07-10T00:57:55.7295619Z env:
2026-07-10T00:57:55.7296492Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-07-10T00:57:55.7297635Z ##[endgroup]
2026-07-10T00:57:56.0543027Z    Compiling proc-macro2 v1.0.106
2026-07-10T00:57:56.0545480Z    Compiling unicode-ident v1.0.24
2026-07-10T00:57:56.0547074Z    Compiling quote v1.0.45
2026-07-10T00:57:56.0548110Z    Compiling libc v0.2.186
2026-07-10T00:57:56.0586702Z    Compiling serde_core v1.0.228
2026-07-10T00:57:56.0588041Z    Compiling cfg-if v1.0.4
2026-07-10T00:57:56.0588922Z    Compiling serde v1.0.228
2026-07-10T00:57:56.0613088Z    Compiling log v0.4.32
2026-07-10T00:57:56.0649529Z    Compiling pin-project-lite v0.2.17
2026-07-10T00:57:56.0663116Z    Compiling portable-atomic v1.13.1
2026-07-10T00:57:56.0707646Z    Compiling typenum v1.20.1
2026-07-10T00:57:56.0710137Z    Compiling version_check v0.9.5
2026-07-10T00:57:56.0711703Z    Compiling memchr v2.8.1
2026-07-10T00:57:56.0713085Z    Compiling shlex v2.0.1
2026-07-10T00:57:56.0806815Z    Compiling find-msvc-tools v0.1.9
2026-07-10T00:57:56.1332086Z    Compiling critical-section v1.2.0
2026-07-10T00:57:56.1811789Z    Compiling bytes v1.11.1
2026-07-10T00:57:56.1951515Z    Compiling subtle v2.6.1
2026-07-10T00:57:56.2243052Z    Compiling futures-core v0.3.32
2026-07-10T00:57:56.3391418Z    Compiling smallvec v1.15.1
2026-07-10T00:57:56.4191784Z    Compiling equivalent v1.0.2
2026-07-10T00:57:56.4363732Z    Compiling itoa v1.0.18
2026-07-10T00:57:56.4372184Z    Compiling semver v1.0.28
2026-07-10T00:57:56.4627546Z    Compiling stable_deref_trait v1.2.1
2026-07-10T00:57:56.4684033Z    Compiling futures-io v0.3.32
2026-07-10T00:57:56.4807607Z    Compiling slab v0.4.12
2026-07-10T00:57:56.4959314Z    Compiling futures-sink v0.3.32
2026-07-10T00:57:56.5192140Z    Compiling futures-task v0.3.32
2026-07-10T00:57:56.6121610Z    Compiling futures-channel v0.3.32
2026-07-10T00:57:56.6124754Z    Compiling rand_core v0.10.1
2026-07-10T00:57:56.6264229Z    Compiling generic-array v0.14.7
2026-07-10T00:57:56.6554900Z    Compiling hashbrown v0.17.1
2026-07-10T00:57:56.6582545Z    Compiling bitflags v2.12.1
2026-07-10T00:57:56.7882532Z    Compiling rustversion v1.0.22
2026-07-10T00:57:56.7972716Z    Compiling cpufeatures v0.2.17
2026-07-10T00:57:56.8012428Z    Compiling getrandom v0.4.2
2026-07-10T00:57:56.8635511Z    Compiling rustc_version v0.4.1
2026-07-10T00:57:56.8772043Z    Compiling fnv v1.0.7
2026-07-10T00:57:56.8962732Z    Compiling cfg_aliases v0.2.1
2026-07-10T00:57:56.9392170Z    Compiling strsim v0.11.1
2026-07-10T00:57:56.9641219Z    Compiling writeable v0.6.3
2026-07-10T00:57:56.9804183Z    Compiling litemap v0.8.2
2026-07-10T00:57:56.9895483Z    Compiling icu_normalizer_data v2.2.0
2026-07-10T00:57:57.0203551Z    Compiling icu_properties_data v2.2.0
2026-07-10T00:57:57.0614733Z    Compiling utf8_iter v1.0.4
2026-07-10T00:57:57.1461375Z    Compiling dunce v1.0.5
2026-07-10T00:57:57.1631250Z    Compiling ident_case v1.0.1
2026-07-10T00:57:57.1978480Z    Compiling fs_extra v1.3.0
2026-07-10T00:57:57.2470110Z    Compiling autocfg v1.5.1
2026-07-10T00:57:57.2529984Z    Compiling percent-encoding v2.3.2
2026-07-10T00:57:57.2909776Z    Compiling thiserror v2.0.18
2026-07-10T00:57:57.3501174Z    Compiling unicode-segmentation v1.13.3
2026-07-10T00:57:57.4751040Z    Compiling http v1.4.1
2026-07-10T00:57:57.5451771Z    Compiling cpufeatures v0.3.0
2026-07-10T00:57:57.6190732Z    Compiling aws-lc-rs v1.17.0
2026-07-10T00:57:57.6290730Z    Compiling scopeguard v1.2.0
2026-07-10T00:57:57.7236283Z    Compiling syn v2.0.117
2026-07-10T00:57:57.7362065Z    Compiling lock_api v0.4.14
2026-07-10T00:57:57.7754364Z    Compiling chacha20 v0.10.0
2026-07-10T00:57:57.7931586Z    Compiling form_urlencoded v1.2.2
2026-07-10T00:57:57.8082082Z    Compiling untrusted v0.9.0
2026-07-10T00:57:57.8231003Z    Compiling heck v0.5.0
2026-07-10T00:57:57.9720374Z    Compiling indexmap v2.14.0
2026-07-10T00:57:57.9930789Z    Compiling rustls v0.23.40
2026-07-10T00:57:58.0000842Z    Compiling const-oid v0.10.2
2026-07-10T00:57:58.0121363Z    Compiling atomic-waker v1.1.2
2026-07-10T00:57:58.0530738Z    Compiling jobserver v0.1.34
2026-07-10T00:57:58.1050867Z    Compiling anyhow v1.0.102
2026-07-10T00:57:58.1270931Z    Compiling convert_case v0.10.0
2026-07-10T00:57:58.1531419Z    Compiling unicode-xid v0.2.6
2026-07-10T00:57:58.1660688Z    Compiling parking_lot_core v0.9.12
2026-07-10T00:57:58.2031366Z    Compiling httparse v1.10.1
2026-07-10T00:57:58.2411418Z    Compiling zerocopy v0.8.50
2026-07-10T00:57:58.2500576Z    Compiling paste v1.0.15
2026-07-10T00:57:58.2690677Z    Compiling hybrid-array v0.4.12
2026-07-10T00:57:58.3131377Z    Compiling num-traits v0.2.19
2026-07-10T00:57:58.3690812Z    Compiling curve25519-dalek v4.1.3
2026-07-10T00:57:58.4530733Z    Compiling cc v1.2.63
2026-07-10T00:57:58.5813788Z    Compiling ahash v0.8.12
2026-07-10T00:57:58.5910284Z    Compiling either v1.16.0
2026-07-10T00:57:58.6059988Z    Compiling fastrand v2.4.1
2026-07-10T00:57:58.6672983Z    Compiling http-body v1.0.1
2026-07-10T00:57:58.6751212Z    Compiling powerfmt v0.2.0
2026-07-10T00:57:58.6960821Z    Compiling base64ct v1.8.3
2026-07-10T00:57:58.9420825Z    Compiling try-lock v0.2.5
2026-07-10T00:57:58.9903739Z    Compiling crypto-common v0.1.7
2026-07-10T00:57:59.0349412Z    Compiling block-buffer v0.10.4
2026-07-10T00:57:59.0513490Z    Compiling deranged v0.5.8
2026-07-10T00:57:59.0640657Z    Compiling pem-rfc7468 v1.0.0
2026-07-10T00:57:59.0680975Z    Compiling tower-service v0.3.3
2026-07-10T00:57:59.1140846Z    Compiling num-conv v0.2.2
2026-07-10T00:57:59.1300435Z    Compiling mio v1.2.1
2026-07-10T00:57:59.1410694Z    Compiling socket2 v0.6.4
2026-07-10T00:57:59.1870983Z    Compiling getrandom v0.2.17
2026-07-10T00:57:59.2880980Z    Compiling digest v0.10.7
2026-07-10T00:57:59.3881002Z    Compiling rand_core v0.6.4
2026-07-10T00:57:59.4450855Z    Compiling rand v0.10.1
2026-07-10T00:57:59.4690542Z    Compiling uuid v1.23.2
2026-07-10T00:57:59.5430714Z    Compiling base64 v0.22.1
2026-07-10T00:57:59.5591428Z    Compiling data-encoding v2.11.0
2026-07-10T00:57:59.6100366Z    Compiling time-core v0.1.8
2026-07-10T00:57:59.6404701Z    Compiling vcpkg v0.2.15
2026-07-10T00:57:59.6540887Z    Compiling pkg-config v0.3.33
2026-07-10T00:57:59.6770581Z    Compiling tinyvec_macros v0.1.1
2026-07-10T00:57:59.7358748Z    Compiling zmij v1.0.21
2026-07-10T00:57:59.8410551Z    Compiling parking_lot v0.12.5
2026-07-10T00:57:59.8930604Z    Compiling tinyvec v1.11.0
2026-07-10T00:58:00.0094547Z    Compiling sha2 v0.10.9
2026-07-10T00:58:00.1148778Z    Compiling cmake v0.1.58
2026-07-10T00:58:00.1473538Z    Compiling want v0.3.1
2026-07-10T00:58:00.1650327Z    Compiling block-buffer v0.12.0
2026-07-10T00:58:00.2530150Z    Compiling crypto-common v0.2.2
2026-07-10T00:58:00.3645464Z    Compiling inout v0.1.4
2026-07-10T00:58:00.3811055Z    Compiling vergen-lib v9.1.0
2026-07-10T00:58:00.5021028Z    Compiling n0-future v0.3.2
2026-07-10T00:58:00.5127903Z    Compiling crossbeam-utils v0.8.21
2026-07-10T00:58:00.5302397Z    Compiling diatomic-waker v0.2.3
2026-07-10T00:58:00.5458022Z    Compiling cordyceps v0.3.4
2026-07-10T00:58:00.5690732Z    Compiling httpdate v1.0.3
2026-07-10T00:58:00.5961745Z    Compiling winnow v1.0.3
2026-07-10T00:58:00.6049272Z    Compiling serde_json v1.0.150
2026-07-10T00:58:00.7127169Z    Compiling parking v2.2.1
2026-07-10T00:58:00.7250306Z    Compiling spin v0.10.0
2026-07-10T00:58:00.7610487Z    Compiling signature v2.2.0
2026-07-10T00:58:00.8066178Z    Compiling cipher v0.4.4
2026-07-10T00:58:00.8405823Z    Compiling futures-lite v2.6.1
2026-07-10T00:58:00.8870260Z    Compiling netlink-packet-core v0.8.1
2026-07-10T00:58:00.8925380Z    Compiling universal-hash v0.5.1
2026-07-10T00:58:00.9190853Z    Compiling futures-buffered v0.2.13
2026-07-10T00:58:00.9260580Z    Compiling vergen-lib v0.1.6
2026-07-10T00:58:00.9383233Z    Compiling vergen v9.1.0
2026-07-10T00:58:00.9436623Z    Compiling ed25519 v2.2.3
2026-07-10T00:58:00.9781077Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-10T00:58:01.0245836Z    Compiling heapless v0.7.17
2026-07-10T00:58:01.1010790Z    Compiling noq-udp v0.10.0
2026-07-10T00:58:01.1260937Z    Compiling sync_wrapper v1.0.2
2026-07-10T00:58:01.1500700Z    Compiling digest v0.11.3
2026-07-10T00:58:01.1630467Z    Compiling allocator-api2 v0.2.21
2026-07-10T00:58:01.1940446Z    Compiling byteorder v1.5.0
2026-07-10T00:58:01.2489358Z    Compiling opaque-debug v0.3.1
2026-07-10T00:58:01.2691298Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-10T00:58:01.3030977Z    Compiling aws-lc-sys v0.41.0
2026-07-10T00:58:01.3071158Z    Compiling ring v0.17.14
2026-07-10T00:58:01.3166314Z    Compiling libsqlite3-sys v0.30.1
2026-07-10T00:58:01.3390825Z    Compiling polyval v0.6.2
2026-07-10T00:58:01.4810500Z    Compiling hash32 v0.2.1
2026-07-10T00:58:01.5327161Z    Compiling vergen-gitcl v1.0.8
2026-07-10T00:58:01.5410396Z    Compiling spin v0.9.8
2026-07-10T00:58:01.5897066Z    Compiling tower-layer v0.3.3
2026-07-10T00:58:01.6578642Z    Compiling fallible-iterator v0.3.0
2026-07-10T00:58:01.6740607Z    Compiling signature v3.0.0
2026-07-10T00:58:01.7380726Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-10T00:58:01.7496374Z    Compiling ryu v1.0.23
2026-07-10T00:58:01.8358614Z    Compiling num_threads v0.1.7
2026-07-10T00:58:01.8828884Z    Compiling ghash v0.5.1
2026-07-10T00:58:01.8991241Z    Compiling sha2 v0.11.0-rc.5
2026-07-10T00:58:01.9830437Z    Compiling ctr v0.9.2
2026-07-10T00:58:02.0200434Z    Compiling time v0.3.47
2026-07-10T00:58:02.0390622Z    Compiling aes v0.8.4
2026-07-10T00:58:02.0896697Z    Compiling fs2 v0.4.3
2026-07-10T00:58:02.1417493Z    Compiling aead v0.5.2
2026-07-10T00:58:02.1543173Z    Compiling http-body-util v0.1.3
2026-07-10T00:58:02.1921113Z    Compiling utf8parse v0.2.2
2026-07-10T00:58:02.2700376Z    Compiling openssl-probe v0.2.1
2026-07-10T00:58:02.2805390Z    Compiling arrayvec v0.7.6
2026-07-10T00:58:02.2960524Z    Compiling crossbeam-epoch v0.9.18
2026-07-10T00:58:02.4230331Z    Compiling crossbeam-channel v0.5.15
2026-07-10T00:58:02.5203258Z    Compiling blake3 v1.8.5
2026-07-10T00:58:02.5550844Z    Compiling netlink-packet-route v0.29.0
2026-07-10T00:58:02.5648484Z    Compiling memoffset v0.6.5
2026-07-10T00:58:02.6070965Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-10T00:58:02.7810749Z    Compiling acto v0.8.2
2026-07-10T00:58:02.7905899Z    Compiling noq v0.18.0
2026-07-10T00:58:02.7919833Z    Compiling netwatch v0.16.0
2026-07-10T00:58:02.8590600Z    Compiling aes-gcm v0.10.3
2026-07-10T00:58:03.0460766Z    Compiling lru-slab v0.1.2
2026-07-10T00:58:03.0898575Z    Compiling mac-addr v0.3.0
2026-07-10T00:58:03.1231594Z    Compiling ref-cast v1.0.25
2026-07-10T00:58:03.1512310Z    Compiling rustix v1.1.4
2026-07-10T00:58:03.1851227Z    Compiling xml-rs v0.8.28
2026-07-10T00:58:03.1994609Z    Compiling foldhash v0.2.0
2026-07-10T00:58:03.3050768Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-10T00:58:03.3379089Z    Compiling identity-hash v0.1.0
2026-07-10T00:58:03.3861503Z    Compiling sorted-index-buffer v0.2.1
2026-07-10T00:58:03.4540762Z    Compiling tagptr v0.2.0
2026-07-10T00:58:03.4579878Z    Compiling rustc-hash v2.1.2
2026-07-10T00:58:03.6040389Z    Compiling thiserror v1.0.69
2026-07-10T00:58:03.6250763Z    Compiling hashbrown v0.16.1
2026-07-10T00:58:03.8051153Z    Compiling synstructure v0.13.2
2026-07-10T00:58:03.8189519Z    Compiling darling_core v0.20.11
2026-07-10T00:58:03.8572499Z    Compiling serde_derive_internals v0.29.1
2026-07-10T00:58:03.9323756Z    Compiling netlink-packet-route v0.30.0
2026-07-10T00:58:04.2658304Z    Compiling proc-macro-crate v3.5.0
2026-07-10T00:58:04.3360588Z    Compiling xmltree v0.10.3
2026-07-10T00:58:04.7040389Z    Compiling ioctl-rs v0.1.6
2026-07-10T00:58:04.7150621Z    Compiling termios v0.2.2
2026-07-10T00:58:04.7170474Z    Compiling serial-core v0.4.0
2026-07-10T00:58:04.7880812Z    Compiling errno v0.3.14
2026-07-10T00:58:04.8062132Z    Compiling aho-corasick v1.1.4
2026-07-10T00:58:04.8728758Z    Compiling simple-dns v0.9.3
2026-07-10T00:58:04.9069135Z    Compiling linux-raw-sys v0.12.1
2026-07-10T00:58:04.9158590Z    Compiling regex-syntax v0.8.10
2026-07-10T00:58:04.9685232Z    Compiling constant_time_eq v0.4.2
2026-07-10T00:58:05.0080929Z    Compiling toml_write v0.1.2
2026-07-10T00:58:05.1810703Z    Compiling winnow v0.7.15
2026-07-10T00:58:05.1880726Z    Compiling simdutf8 v0.1.5
2026-07-10T00:58:05.2750694Z    Compiling resolv-conf v0.7.6
2026-07-10T00:58:05.3130750Z    Compiling signal-hook v0.3.18
2026-07-10T00:58:05.3191515Z    Compiling sha1_smol v1.0.1
2026-07-10T00:58:05.5135150Z    Compiling smol_str v0.1.24
2026-07-10T00:58:05.5205038Z    Compiling arrayref v0.3.9
2026-07-10T00:58:05.6201413Z    Compiling signal-hook-registry v1.4.8
2026-07-10T00:58:05.7511535Z    Compiling serial-unix v0.4.0
2026-07-10T00:58:05.8440958Z    Compiling lru v0.16.4
2026-07-10T00:58:06.0200744Z    Compiling darling_core v0.23.0
2026-07-10T00:58:06.0660898Z    Compiling serde_bytes v0.11.19
2026-07-10T00:58:06.0910947Z    Compiling hmac v0.12.1
2026-07-10T00:58:06.2270661Z    Compiling serde_derive v1.0.228
2026-07-10T00:58:06.2692266Z    Compiling zeroize_derive v1.4.3
2026-07-10T00:58:06.3570554Z    Compiling tokio-macros v2.7.0
2026-07-10T00:58:06.3686620Z    Compiling futures-macro v0.3.32
2026-07-10T00:58:06.9320279Z    Compiling zeroize v1.8.2
2026-07-10T00:58:07.0920940Z    Compiling zerofrom-derive v0.1.7
2026-07-10T00:58:07.1559448Z    Compiling yoke-derive v0.8.2
2026-07-10T00:58:07.3104688Z    Compiling tokio v1.52.3
2026-07-10T00:58:07.5410531Z    Compiling futures-util v0.3.32
2026-07-10T00:58:07.6217833Z    Compiling zerovec-derive v0.11.3
2026-07-10T00:58:08.1295422Z    Compiling displaydoc v0.2.6
2026-07-10T00:58:08.4445522Z    Compiling tracing-attributes v0.1.31
2026-07-10T00:58:08.8021451Z    Compiling rustls-pki-types v1.14.1
2026-07-10T00:58:08.9035510Z    Compiling zerofrom v0.1.8
2026-07-10T00:58:09.0260739Z    Compiling yoke v0.8.3
2026-07-10T00:58:09.0880807Z    Compiling thiserror-impl v2.0.18
2026-07-10T00:58:09.2490553Z    Compiling zerotrie v0.2.4
2026-07-10T00:58:09.5576220Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-10T00:58:09.5820534Z    Compiling zerovec v0.11.6
2026-07-10T00:58:09.7000783Z    Compiling darling_macro v0.20.11
2026-07-10T00:58:09.7260696Z    Compiling derive_more-impl v2.1.1
2026-07-10T00:58:10.1580572Z    Compiling darling v0.20.11
2026-07-10T00:58:10.2260535Z    Compiling n0-error-macros v0.1.3
2026-07-10T00:58:10.2751441Z    Compiling derive_builder_core v0.20.2
2026-07-10T00:58:10.4437761Z    Compiling spez v0.1.2
2026-07-10T00:58:10.5990362Z    Compiling tinystr v0.8.3
2026-07-10T00:58:10.6481089Z    Compiling potential_utf v0.1.5
2026-07-10T00:58:10.8090669Z    Compiling icu_locale_core v2.2.0
2026-07-10T00:58:10.8160404Z    Compiling icu_collections v2.2.0
2026-07-10T00:58:10.9540426Z    Compiling der v0.8.0-rc.10
2026-07-10T00:58:11.2860787Z    Compiling pin-project-internal v1.1.13
2026-07-10T00:58:11.5800181Z    Compiling n0-error v0.1.3
2026-07-10T00:58:11.5940567Z    Compiling cobs v0.3.0
2026-07-10T00:58:11.8490607Z    Compiling futures-executor v0.3.32
2026-07-10T00:58:11.8891192Z    Compiling derive_builder_macro v0.20.2
2026-07-10T00:58:11.9840934Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-10T00:58:12.2291456Z    Compiling icu_provider v2.2.0
2026-07-10T00:58:12.2360885Z    Compiling derive_builder v0.20.2
2026-07-10T00:58:12.3675426Z    Compiling ed25519-dalek v2.2.0
2026-07-10T00:58:12.7080832Z    Compiling icu_normalizer v2.2.0
2026-07-10T00:58:12.7700468Z    Compiling icu_properties v2.2.0
2026-07-10T00:58:12.8241174Z    Compiling ipnet v2.12.0
2026-07-10T00:58:12.9760684Z    Compiling spki v0.8.0-rc.4
2026-07-10T00:58:13.0250623Z    Compiling pin-project v1.1.13
2026-07-10T00:58:13.1720353Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-10T00:58:13.1780742Z    Compiling spt-proto v0.30.5 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-07-10T00:58:13.3760706Z    Compiling prefix-trie v0.8.4
2026-07-10T00:58:13.5242753Z    Compiling once_cell v1.21.4
2026-07-10T00:58:13.5980495Z    Compiling ed25519 v3.0.0-rc.4
2026-07-10T00:58:13.7265961Z    Compiling tracing-core v0.1.36
2026-07-10T00:58:13.7838698Z    Compiling futures v0.3.32
2026-07-10T00:58:13.7995846Z    Compiling postcard-derive v0.2.2
2026-07-10T00:58:14.0123275Z    Compiling tokio-util v0.7.18
2026-07-10T00:58:14.0172439Z    Compiling hashbrown v0.14.5
2026-07-10T00:58:14.1250983Z    Compiling netlink-sys v0.8.8
2026-07-10T00:58:14.2132786Z    Compiling tower v0.5.3
2026-07-10T00:58:14.4961789Z    Compiling tracing v0.1.44
2026-07-10T00:58:14.5122824Z    Compiling idna_adapter v1.2.2
2026-07-10T00:58:14.6221130Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-10T00:58:14.6548238Z    Compiling idna v1.1.0
2026-07-10T00:58:14.6790668Z    Compiling postcard v1.1.3
2026-07-10T00:58:14.7300841Z    Compiling data-encoding-macro v0.1.20
2026-07-10T00:58:14.9050902Z    Compiling hashlink v0.9.1
2026-07-10T00:58:14.9371372Z    Compiling rustls-native-certs v0.8.4
2026-07-10T00:58:14.9419714Z    Compiling strum_macros v0.28.0
2026-07-10T00:58:14.9499983Z    Compiling iroh-metrics-derive v0.4.1
2026-07-10T00:58:15.0040412Z    Compiling num_enum_derive v0.7.6
2026-07-10T00:58:15.1168692Z    Compiling async-trait v0.1.89
2026-07-10T00:58:15.1314763Z    Compiling enum-assoc v1.3.0
2026-07-10T00:58:15.2370607Z    Compiling url v2.5.8
2026-07-10T00:58:15.2840630Z    Compiling derive_more v2.1.1
2026-07-10T00:58:15.3228018Z    Compiling h2 v0.4.14
2026-07-10T00:58:15.4231949Z    Compiling rusqlite v0.32.1
2026-07-10T00:58:15.5144220Z    Compiling iroh-metrics v0.38.3
2026-07-10T00:58:15.6061541Z    Compiling tokio-stream v0.1.18
2026-07-10T00:58:15.6170987Z    Compiling iroh-relay v0.98.0
2026-07-10T00:58:15.6584048Z    Compiling n0-watcher v0.6.1
2026-07-10T00:58:15.9796100Z    Compiling netdev v0.42.0
2026-07-10T00:58:16.0271546Z    Compiling netlink-proto v0.12.0
2026-07-10T00:58:16.2200454Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-10T00:58:16.3300619Z    Compiling iroh-base v0.98.0
2026-07-10T00:58:16.3430814Z    Compiling attohttpc v0.30.1
2026-07-10T00:58:16.3521722Z    Compiling tower-http v0.6.11
2026-07-10T00:58:16.4410850Z    Compiling num_enum v0.7.6
2026-07-10T00:58:16.5681147Z    Compiling moka v0.12.15
2026-07-10T00:58:16.5810738Z    Compiling toml_datetime v0.6.11
2026-07-10T00:58:16.6163020Z    Compiling serde_spanned v0.6.9
2026-07-10T00:58:16.6710847Z    Compiling ref-cast-impl v1.0.25
2026-07-10T00:58:16.7861463Z    Compiling thiserror-impl v1.0.69
2026-07-10T00:58:16.8551516Z    Compiling spt-store v0.30.5 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-07-10T00:58:16.9550243Z    Compiling toml_edit v0.22.27
2026-07-10T00:58:17.3650616Z    Compiling webpki-roots v1.0.7
2026-07-10T00:58:17.4050752Z    Compiling regex-automata v0.4.14
2026-07-10T00:58:17.4870739Z    Compiling schemars_derive v1.2.1
2026-07-10T00:58:17.7852046Z    Compiling seize v0.5.1
2026-07-10T00:58:17.8576533Z    Compiling iroh v0.98.2
2026-07-10T00:58:17.9765078Z    Compiling rustix v0.38.44
2026-07-10T00:58:18.1021488Z    Compiling pin-utils v0.1.0
2026-07-10T00:58:18.1259603Z    Compiling bitflags v1.3.2
2026-07-10T00:58:18.1738734Z    Compiling dyn-clone v1.0.20
2026-07-10T00:58:18.2290371Z    Compiling cmov v0.5.4
2026-07-10T00:58:18.3590960Z    Compiling nix v0.25.1
2026-07-10T00:58:18.3773536Z    Compiling strum v0.28.0
2026-07-10T00:58:18.4450808Z    Compiling papaya v0.2.4
2026-07-10T00:58:18.4899480Z    Compiling iroh-dns v0.98.0
2026-07-10T00:58:18.5110687Z    Compiling ctutils v0.4.2
2026-07-10T00:58:18.5331669Z    Compiling backon v1.6.0
2026-07-10T00:58:18.7080913Z    Compiling darling_macro v0.23.0
2026-07-10T00:58:18.8964316Z    Compiling hkdf v0.12.4
2026-07-10T00:58:18.9191984Z    Compiling filedescriptor v0.8.3
2026-07-10T00:58:18.9369155Z    Compiling serial v0.4.0
2026-07-10T00:58:19.0475385Z    Compiling anstyle-parse v1.0.0
2026-07-10T00:58:19.0671293Z    Compiling vte_generate_state_changes v0.1.2
2026-07-10T00:58:19.1579761Z    Compiling foldhash v0.1.5
2026-07-10T00:58:19.1909732Z    Compiling downcast-rs v1.2.1
2026-07-10T00:58:19.2066213Z    Compiling anstyle v1.0.14
2026-07-10T00:58:19.2494281Z    Compiling instability v0.3.12
2026-07-10T00:58:19.3007462Z    Compiling colorchoice v1.0.5
2026-07-10T00:58:19.3110944Z    Compiling linux-raw-sys v0.4.15
2026-07-10T00:58:19.3693758Z    Compiling is_terminal_polyfill v1.70.2
2026-07-10T00:58:19.4120276Z    Compiling shell-words v1.1.1
2026-07-10T00:58:19.4420601Z    Compiling anstyle-query v1.1.5
2026-07-10T00:58:19.4520678Z    Compiling vte v0.13.1
2026-07-10T00:58:19.4803829Z    Compiling signal-hook-mio v0.2.5
2026-07-10T00:58:19.4804910Z    Compiling hashbrown v0.15.5
2026-07-10T00:58:19.5435976Z    Compiling anstream v1.0.0
2026-07-10T00:58:19.5740528Z    Compiling darling v0.23.0
2026-07-10T00:58:19.6380628Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-10T00:58:19.6661044Z    Compiling spake2 v0.4.0
2026-07-10T00:58:19.6781005Z    Compiling terminal_size v0.4.4
2026-07-10T00:58:19.8240763Z    Compiling strum_macros v0.26.4
2026-07-10T00:58:20.0143996Z    Compiling toml v0.8.23
2026-07-10T00:58:20.1271478Z    Compiling sha1 v0.10.6
2026-07-10T00:58:20.1430094Z    Compiling schemars v1.2.1
2026-07-10T00:58:20.4890569Z    Compiling itertools v0.13.0
2026-07-10T00:58:20.5370451Z    Compiling castaway v0.2.4
2026-07-10T00:58:20.6870532Z    Compiling doctest-file v1.1.1
2026-07-10T00:58:20.7400497Z    Compiling regex v1.12.3
2026-07-10T00:58:21.2124901Z    Compiling spt-msg v0.30.5 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-07-10T00:58:21.3168588Z    Compiling hyper v1.10.1
2026-07-10T00:58:21.3769811Z    Compiling unicode-width v0.1.14
2026-07-10T00:58:21.5427359Z    Compiling indoc v2.0.7
2026-07-10T00:58:21.7185626Z    Compiling spt-runtime v0.30.5 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-07-10T00:58:22.1084168Z    Compiling clap_lex v1.1.0
2026-07-10T00:58:22.2250676Z    Compiling static_assertions v1.1.0
2026-07-10T00:58:22.3240605Z    Compiling clap_builder v4.6.0
2026-07-10T00:58:22.4451063Z    Compiling compact_str v0.8.2
2026-07-10T00:58:22.4794802Z    Compiling strum v0.26.3
2026-07-10T00:58:22.6449503Z    Compiling unicode-truncate v1.1.0
2026-07-10T00:58:22.8900548Z    Compiling interprocess v2.4.2
2026-07-10T00:58:23.2670520Z    Compiling portable-pty v0.8.1
2026-07-10T00:58:23.3390718Z    Compiling crossterm v0.28.1
2026-07-10T00:58:23.4691118Z    Compiling hyper-util v0.1.20
2026-07-10T00:58:23.5250362Z    Compiling lru v0.12.5
2026-07-10T00:58:23.6020757Z    Compiling clap_derive v4.6.1
2026-07-10T00:58:23.7031039Z    Compiling unicode-width v0.2.0
2026-07-10T00:58:23.9490830Z    Compiling spt-term v0.30.5 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-07-10T00:58:24.0260570Z    Compiling cassowary v0.3.0
2026-07-10T00:58:24.0791733Z    Compiling iana-time-zone v0.1.65
2026-07-10T00:58:24.1090792Z    Compiling nucleo-matcher v0.3.1
2026-07-10T00:58:24.4396354Z    Compiling ratatui v0.29.0
2026-07-10T00:58:24.5301827Z    Compiling chrono v0.4.45
2026-07-10T00:58:24.6425363Z    Compiling qrcode v0.14.1
2026-07-10T00:58:24.8151015Z    Compiling tempfile v3.27.0
2026-07-10T00:58:25.5386733Z    Compiling igd-next v0.17.1
2026-07-10T00:58:25.6765763Z    Compiling spt-live v0.30.5 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-07-10T00:58:26.0536121Z    Compiling clap v4.6.1
2026-07-10T00:58:27.1124646Z    Compiling portmapper v0.16.0
2026-07-10T00:58:34.1877863Z    Compiling rustls-webpki v0.103.13
2026-07-10T00:58:36.9509884Z    Compiling tokio-rustls v0.26.4
2026-07-10T00:58:36.9510610Z    Compiling noq-proto v0.17.0
2026-07-10T00:58:36.9510925Z    Compiling rustls-platform-verifier v0.7.0
2026-07-10T00:58:37.1033321Z    Compiling hyper-rustls v0.27.9
2026-07-10T00:58:37.1033962Z    Compiling hickory-net v0.26.0-beta.4
2026-07-10T00:58:37.1034371Z    Compiling tokio-websockets v0.13.2
2026-07-10T00:58:37.3115331Z    Compiling reqwest v0.13.4
2026-07-10T00:58:38.3546841Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-10T00:58:54.5317697Z    Compiling spt-net v0.30.5 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-07-10T00:58:56.2032956Z    Compiling spt-daemon v0.30.5 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-07-10T00:59:05.1317099Z    Compiling spt v0.30.5 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-07-10T00:59:10.4055328Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 14s
2026-07-10T00:59:10.4338073Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-e972ee1529fe8353)
2026-07-10T00:59:10.4357119Z 
2026-07-10T00:59:10.4357619Z running 1 test
2026-07-10T00:59:16.6252018Z test new_brain_serves_against_old_broker ... ok
2026-07-10T00:59:16.6252347Z 
2026-07-10T00:59:16.6252610Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.19s
2026-07-10T00:59:16.6253014Z 
